home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_203 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  185 b   |  11 lines

  1. function setColor(cor)
  2. {
  3.    mPoints_mc.setColor(cor + 1);
  4. }
  5. function setValue(val)
  6. {
  7.    mPoints_mc.showSign("x");
  8.    mPoints_mc.justifyLeft();
  9.    mPoints_mc.showValue(val);
  10. }
  11.